home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / demo / euro / IS_4_Mall.lha / Itchy & Scratchy 4 < prev    next >
Encoding:
Text File  |  2001-01-01  |  962 b   |  35 lines

  1. ; To install on Hard Disk, make sure you have these 3 files:
  2. ; Disables caches for any CPU other than 68020
  3. ;
  4. ; Itchy & Scratchy 4.info
  5. ; Itchy & Scratchy 4
  6. ; Itchy & Scratchy 4.exe
  7. ;
  8.  
  9. IF NOT EXISTS "Itchy & Scratchy 4.exe"
  10.    echo "WARNING: Can't find Itchy and Scratchy 4.exe "
  11.    echo " "
  12.    assign >NIL: exists "Itchy & Scratchy IV:"
  13.    IF WARN
  14.       echo "Insert the Itchy & Scratchy disk, then double click this icon"
  15.       ask "to copy Itchy & Scratchy 4.exe "
  16.    ELSE
  17.       echo "Found ITCHY & SCRATCHY IV disk in drive."
  18.       echo "Copying executable file from floppy..."
  19.       copy "Itchy & Scratchy IV:Itchy & Scratchy 4.exe" "" COM
  20.       echo " "
  21.       ask "Now close this window and try again."
  22.    ENDIF
  23. ELSE
  24.    IF EXISTS c:cpu
  25.       CPU >NIL: CHECK 68020
  26.       IF WARN
  27.          CPU >NIL: NOCACHE
  28.       ENDIF
  29.    ENDIF
  30.    "Itchy & Scratchy 4.exe" >NIL:
  31.    IF EXISTS c:cpu
  32.       CPU >NIL: CACHE
  33.    ENDIF
  34. ENDIF
  35.